From: Richard M. Stallman Date: Mon, 25 Jul 1994 21:10:10 +0000 (+0000) Subject: (comint-dynamic-list-completions): Listify the key X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~90730 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2b5a5ed3001413216f11f89ac2cfdd10df2a3338;p=emacs.git (comint-dynamic-list-completions): Listify the key sequence to be put back. --- diff --git a/lisp/comint.el b/lisp/comint.el index 2e35d960d67..d8c51121de0 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -1991,7 +1991,7 @@ Typing SPC flushes the help buffer." (set-window-configuration conf)) (if (eq first ?\ ) (set-window-configuration conf) - (setq unread-command-events (append key nil))))))) + (setq unread-command-events (listify-key-sequence key))))))) ;;; Converting process modes to use comint mode ;;; ===========================================================================